home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9226 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: newshost.lanl.gov!tanmoy
  2. From: tanmoy@qcd.lanl.gov (Tanmoy Bhattacharya)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: argc/argv & switches
  5. Date: 07 Mar 1996 00:47:52 GMT
  6. Organization: Los Alamos National Laboratory
  7. Message-ID: <TANMOY.96Mar6174753@qcd.lanl.gov>
  8. References: <4h2j8j$9gn@milo.freenet.vancouver.bc.ca> <danpop.825593142@rscernix>
  9.     <313E0094.167EB0E7@fore.com>
  10. NNTP-Posting-Host: qcd.lanl.gov
  11. Mime-Version: 1.0
  12. Content-Type: text
  13. In-reply-to: Jeff Rosenfeld's message of Wed, 06 Mar 1996 16:16:04 -0500
  14.  
  15. In article <313E0094.167EB0E7@fore.com>
  16. Jeff Rosenfeld <jeffro@fore.com> writes:
  17.  
  18. JR: Dan Pop wrote:
  19. JR: > Note that *++argv[0] is technically incorrect, because there is no
  20. JR: > guarantee that argv[0] can be modified by the program, it can be legally
  21. JR: > stored in a read only memory segment.
  22. JR: 
  23. JR: Not so. The standard mandates that if main is defined with two
  24. JR: parameters (which we'll call argc and argv), then:
  25. JR: 
  26. JR:     The parameters argc and argv and the strings pointed
  27. JR:     to by the argv array shall be modifiable by the program....
  28. JR: 
  29.  
  30. Not so. argv[0] is neither argv, nor a string pointed to by the argv
  31. array. It is a pointer to the first character of a string pointed to
  32. by the argv array.
  33.  
  34. Thus argc, argv, **argv are all modifiable, but not necessarily *argv.
  35.  
  36. Cheers
  37. Tanmoy
  38. --
  39. tanmoy@qcd.lanl.gov(128.165.23.46) DECNET: BETA::"tanmoy@lanl.gov"(1.218=1242)
  40. Tanmoy Bhattacharya O:T-8(MS B285)LANL,NM87545 H:#9,3000,Trinity Drive,NM87544
  41. Others see <gopher://yaleinfo.yale.edu:7700/00/Internet-People/internet-mail>,
  42. <http://alpha.acast.nova.edu/cgi-bin/inmgq.pl>or<ftp://csd4.csd.uwm.edu/pub/
  43. internetwork-mail-guide>. -- <http://nqcd.lanl.gov/people/tanmoy/tanmoy.html>
  44. fax: 1 (505) 665 3003   voice: 1 (505) 665 4733    [ Home: 1 (505) 662 5596 ]
  45.